home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Aventura
/
RestZone.swf
/
scripts
/
frame_23
/
PlaceObject2_50_8
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2004-07-20
|
289 b
|
17 lines
onClipEvent(enterFrame){
if(this.hitTest(_root._xmouse,_root._ymouse,true))
{
if(eval("/:check") >= 2)
{
set("/:check",3);
}
else
{
tellTarget("/")
{
gotoAndStop("error");
}
}
}
}